home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld Secrets (4th Edition)
/
Mac Secrets CD 4th Ed.toast
/
Apple Advanced Technologies
/
Apple Speech Technologies 1.5
/
PlainTalk Developer Info
/
Speech Recognition Manager SDK
/
SR Sample Code
/
IM SR Example
/
MySRExamples Read Me
< prev
next >
Wrap
Text File
|
1996-05-02
|
716b
|
26 lines
/*
IM SR Example (MySRExamples)
This example combines all the sample code from the Speech Recognition Manager
documentation into a functional application. It uses the SIOUX window and is
designed to work with CodeWarrior IDE 1.4 (CW8) or later. Each of the sample
routines is in a separate file. Only the main.c relies on CodeWarrior and
SIOUX.
In order to use these projects:
..copy SpeechRecognitionLib to
:Metrowerks CodeWarrior:MacOS Support:Libraries:MacOS PPC:
..and copy SpeechRecognition.h to
:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:
OR
copy them to your project folder and change the header files from:
#include <SpeechRecognition.h>
to
#include "SpeechRecognition.h"
*/